home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sed.psrw.com!psinntp!psinntp!psinntp!psinntp!bbnews1!trsvr!news
- From: bmr1@trpo4.tr.unisys.com (Ben Romer)
- Subject: Re: How much dimensions an array can have???????
- Sender: news@tr.unisys.com (cnews news id.)
- Message-ID: <DM06z7.5vy@tr.unisys.com>
- Date: Tue, 30 Jan 1996 16:54:43 GMT
- X-Nntp-Posting-Host: bmr1.tr.unisys.com
- References: <Klusmann.67.000B0704@mbox.iftc.uni-hannover.de>
- Organization: Unisys Corporation
- X-Newsreader: WinVN NT 0.92.6
-
- In article <Klusmann.67.000B0704@mbox.iftc.uni-hannover.de>, Klusmann@mbox.iftc.uni-hannover.de (Stefan Klusmann) says:
- >
- >Hi,
- >
- >I am currently concerned with a data preparation tool!
- >Beside many other problems I would like to know the
- >maximum dimension of an C++ array.
- >
- >Is it compiler dependent???
- >
- >Thx in advance,
- >
- >Stefan
- >
- >
- >Stefan Klusmann, Chemical Engineering student
- >Institut fuer Technische Chemie, Universitaet Hannover
- >Callinstr. 3, 30167 Hannover
- >e-mail: Klusmann@mbox.iftc.uni-hannover.de
- >www: http://sun1.rrzn.uni-hannover.de/~nhchklus
-
- If you mean the size of the dimensions, they are dependent
- on both the compiler and the memory size of your machine.
- If you mean the number of dimentions, i.e. array[][][][]... you
- should be able to use as many as you need, although I can't
- think of any reason to go beyond three levels. This may be
- compiler dependent, you should read the manual for your
- compiler for more information.
-
-
- Benjamin Romer
- Software Engineer
- Unisys Corporation
-
- #include <stddisclaim.txt>
-
-